home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
smail-3.1.28
/
samples
/
bsmtp
/
rcsmtp.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1992-09-05
|
278 b
|
11 lines
#!/bin/sh
# @(#)samples/bsmtp/rcsmtp.sh 1.4 9/6/92 04:16:11
# Receive compressed batches of SMTP commands and send them
# to smail.
# the following line should be changed to reflect the
# organization of your system.
/usr/local/bin/compress -d | /bin/rsmtp -oMr cbsmtp
exit 0